Click or drag to resize

RetentionAction Enumeration

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum RetentionAction
Members
  Member nameValueDescription
MoveToDeletedItems0 This action will move the message to the Deleted Items folder.
MoveToFolder1 This action will move the message to a folder.
DeleteAndAllowRecovery2 This action emulates the behavior when the Deleted Items folder is emptied.
PermanentlyDelete3 This action permanently deletes a message.
MarkAsPastRetentionLimit4 This action marks a message as expired after it reaches its retention age.
MoveToArchive5 This action moves a message to the user's archive mailbox.
None6 None.
See Also